Conversation
fix: update-manifest uses yq --arg for NEW_IMAGE
WalkthroughA GitHub Actions workflow is updated to replace yq command invocation that relied on Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR backports a yq command fix from another branch to main, replacing the env() function with the --arg parameter for improved robustness on GitHub runners.
- Changed yq command to use
--argparameter instead ofenv()function for passing the image tag variable - Added explanatory comment about the rationale for using
--arg - Removed trailing whitespace
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Backport: Update K8s Manifest changed to use yq --arg; make the same fix on main to avoid failing runs when main branch builds succeed
Summary by CodeRabbit